home *** CD-ROM | disk | FTP | other *** search
/ Champak 49 / Volume 49 - JOGO DISK .iso / Games / freezelifter.swf / scripts / DefineSprite_336 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  174 b   |  9 lines

  1. function chk()
  2. {
  3.    var _loc1_ = _root;
  4.    if(this.hitTest(_loc1_.chopper._x,_loc1_.chopper._y,0))
  5.    {
  6.       _loc1_.chopper.speed_looper.make_crash("light");
  7.    }
  8. }
  9.